home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tech Arsenal 1
/
Tech Arsenal (Arsenal Computer).ISO
/
tek-04
/
bipl.zip
/
IDOL.ZIP
/
INVERSE.IOL
< prev
next >
Wrap
Text File
|
1991-12-30
|
226b
|
13 lines
class inverse:fraction(d)
initially
self.n := 1
end
procedure main()
x := inverse(2)
y := fraction(3,4)
z := x$times(y)
write("The decimal equivalent of ",z$asString(),
" is ",trim(z$asReal(),'0'))
end